파일 처리 Delphi 파일 처리(2) //선언: GetTempPath(nBufferLength: DWORD, {버퍼 크기}lpBuffer: PChar {버퍼}): DWORD;{실제 길이로 반환} num: = GetTempPath(MAX PATH,arr) //선언: CopyFile(lpExistingFileName: PChar, {소스 파일}lpNewFileName: PChar, {대상 파일}bFailIfExists: BOOOL ... Delphi파일 처리
Delphi 파일 처리(2) //선언: GetTempPath(nBufferLength: DWORD, {버퍼 크기}lpBuffer: PChar {버퍼}): DWORD;{실제 길이로 반환} num: = GetTempPath(MAX PATH,arr) //선언: CopyFile(lpExistingFileName: PChar, {소스 파일}lpNewFileName: PChar, {대상 파일}bFailIfExists: BOOOL ... Delphi파일 처리